* {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style: none;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.kechaungFuwu {
    padding: 10px 20px;
    box-sizing: border-box;
}

.kechaungFuwu * {
    box-sizing: border-box;
}

.kcItem-title {
    background-color: #ebf7ff;
    color: #212121;
    padding-left: 27px;
    line-height: 56px;
    position: relative;
    /* font-weight: bold; */
    font-size: 20px;
}

.kcItem-title::before {
    position: absolute;
    content: " ";
    width: 4px;
    height: 20px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0095ff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.kcItem-content {
    /* padding: 20px 0; */
}

/* 
.kcItem-content.one {
    padding: 0;
}

.kcItem-content.one .kcItem-List {
    display: none;
}

.kcItem-content.one .kcItem-con {
    padding: 0;
    border: none;
} */

.kcItem-List {
    /* border: 1px solid #dfe3e6; */
    border-left: 0;
    border-bottom: 0;
    position: relative;
    padding: 20px 0 0 0;
}

/* .kcItem-List::after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #dfe3e6;
    bottom: 0px;
    left: 0;
} */

.kcItem-nameList {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #666;
}

.kcItem-name {
    height: 48px;
    line-height: 46px;
    /* background: #f5f8fa;
    font-size: 18px;
    border-left: 1px solid #dfe3e6;
    padding: 0 14px !important;
    cursor: pointer;
    border: 1px solid transparent;
    border-top: 1px solid #dfe3e6 !important;
    border-bottom: 1px solid #dfe3e6 !important;
    border-left: 1px solid #dfe3e6;
    margin-top: -1px; */
    font-weight: 400;
    font-size: 16px;
    color: #212121;
    margin: 0 20px;
    cursor: pointer;
}

.kcItem-name.active {
    font-weight: 500;
    font-size: 16px;
    color: #212121;
    position: relative;
}

.kcItem-name.active::after {
    content: " ";
    height: 2px;
    width: 90%;
    min-width: 80px;
    max-width: 120px;
    background-color: #0095FF;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

/* .kcItem-con {
    border: 1px solid #dfe3e6;
    border-top: 1px solid transparent;
    padding: 0 20px;
} */

.kcItem-pane {
    overflow: hidden;
    display: grid;
    grid-gap: 20px 20px;
    grid-template-columns: repeat(6, 1fr);
    padding: 30px 0;
}

.kcItem-inner {
    height: 100px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    border: 1px solid rgba(0, 149, 255, 0.4);
    border-radius: 4px;
    flex-direction: column;
    padding: 16px 0 0 0;
}

.kcItem-iconWrap {
    background: #0095ff;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-bottom: 4px;
}

.kcItem-inner .iconfont {
    font-size: 30px;
    color: #ffffff;
}

.kcItem-inner img {
    margin-right: 4%;
}

.kcItem-inner .kcItem-innerName {
    font-weight: 400;
    font-size: 18px;
    color: #212121;
}

@media screen and (max-width: 1450px) {
    .kcItem-pane {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }
}
/* 
.kcItem-pane .kcItem-inner:nth-child(n) .kcItem-iconWrap {
    background: #0077FF;
    box-shadow: 0px 0px 4px 4px rgba(0, 119, 255, 0.1);
}

.kcItem-pane .kcItem-inner:nth-child(2n) .kcItem-iconWrap {
    background: #4FE1A9;
    box-shadow: 0px 0px 4px 4px RGBA(79, 225, 169, 0.1);
}

.kcItem-pane .kcItem-inner:nth-child(3n) .kcItem-iconWrap {
    background: #FF6634;
    box-shadow: 0px 0px 4px 4px RGBA(255, 102, 52, 0.1)
}

.kcItem-pane .kcItem-inner:nth-child(4n) .kcItem-iconWrap {
    background: #FFBF27;
    box-shadow: 0px 0px 4px 4px RGBA(255, 191, 39, 0.1);
}

.kcItem-pane .kcItem-inner:nth-child(5n) .kcItem-iconWrap {
    background: #45E1E4;
    box-shadow: 0px 0px 4px 4px RGBA(69, 225, 228, 0.1);
}

.kcItem-pane .kcItem-inner:nth-child(6n) .kcItem-iconWrap {
    background: #BE49FF;
    box-shadow: 0px 0px 4px 4px RGBA(190, 73, 255, 0.1);
}

.kcItem-pane .kcItem-inner:nth-child(7n) .kcItem-iconWrap {
    background: #FF6634;
    box-shadow: 0px 0px 4px 4px RGBA(255, 102, 52, 0.1)
}

.kcItem-pane .kcItem-inner:nth-child(8n) .kcItem-iconWrap {
    background: #FFBF27;
    box-shadow: 0px 0px 4px 4px RGBA(255, 191, 39, 0.1);
}

.kcItem-pane .kcItem-inner:nth-child(9n) .kcItem-iconWrap {
    background: #45E1E4;
    box-shadow: 0px 0px 4px 4px RGBA(69, 225, 228, 0.1);
}

.kcItem-pane .kcItem-inner:nth-child(10n) .kcItem-iconWrap {
    background: #0077FF;
    box-shadow: 0px 0px 4px 4px rgba(0, 119, 255, 0.1);
}

.kcItem-pane .kcItem-inner:nth-child(11n) .kcItem-iconWrap {
    background: #FFBF27;
    box-shadow: 0px 0px 4px 4px RGBA(255, 191, 39, 0.1);
}

.kcItem-pane .kcItem-inner:nth-child(12n) .kcItem-iconWrap {
    background: #45E1E4;
    box-shadow: 0px 0px 4px 4px RGBA(69, 225, 228, 0.1);
}

.kcItem-pane .kcItem-inner:nth-child(13n) .kcItem-iconWrap {
    background: #BE49FF;
    box-shadow: 0px 0px 4px 4px RGBA(190, 73, 255, 0.1);
}

.kcItem-pane .kcItem-inner:nth-child(14n) .kcItem-iconWrap {
    background: #FF6634;
    box-shadow: 0px 0px 4px 4px RGBA(255, 102, 52, 0.1)
} */